home *** CD-ROM | disk | FTP | other *** search
/ PC Team 23 / HS_Tuning.iso / Optimisation / JV16 Powertools 1.6 / Setup.exe / {app} / Documentation / Example Scripts / 1. The very basics / if clauses.jvb next >
Encoding:
Text File  |  2003-04-21  |  164 b   |  6 lines

  1. If ([ShowMessageEx Info YesNo "This is a simple if clause, click yes or no"] = Yes) 
  2. [
  3.  ShowMessage You clicked yes!;
  4. ] Else [ ShowMessage You clicked no!; ]
  5.  
  6.